-
Notifications
You must be signed in to change notification settings - Fork 154
fix(logger): warn customers when the ALC log level is less verbose than log buffer #3834
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(logger): warn customers when the ALC log level is less verbose than log buffer #3834
Conversation
ec492b3
to
a399be4
Compare
I know this PR is in draft stage, but please do not merge it before we have further discussion in issue #3821. I hope to write new comments by tomorrow. |
I had a chat with @leandrodamascena and we agreed that we should add another log warning when we flush the buffer that says something along the lines of (feel free to reword it):
Longer-ish explanation as for why is in the linked issue. |
f9d2fb5
to
c2a0e98
Compare
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the PR!
Summary
When the Advanced Logging Control is less verbose than the Logger Log buffer, buffered logs will not be visible. This PR adds a warning that is emitted when this scenario is detected.
There's an existing warning message if the ALC Log Level is less verbose than the Logger Log Level.
Changes
Issue number: #3821
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
Disclaimer: We value your time and bandwidth. As such, any pull requests created on non-triaged issues might not be successful.